翻訳と辞書
Words near each other
・ Flag Day (Argentina)
・ Flag Day (Australia)
・ Flag day (computing)
・ Flag Day (disambiguation)
・ Flag Day (Hong Kong)
・ Flag Day (song)
・ Flag Day (United States)
・ Flag Day in Mexico
・ Flag days in Finland
・ Flag days in Sweden
・ Flag debate
・ Flag desecration
・ Flag Desecration Amendment
・ Flag dipping
・ Flag Fen
Flag field
・ Flag flying days in Mexico
・ Flag flying days in Norway
・ Flag football
・ Flag Football World Championship
・ Flag Fork, Kentucky
・ Flag Group
・ Flag Grove School
・ Flag Hill
・ Flag Hill (Houtman Abrolhos)
・ Flag Hill Winery
・ Flag House & Star-Spangled Banner Museum
・ Flag House Courts
・ Flag in Exile
・ Flag in the Ground


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Flag field : ウィキペディア英語版
Flag field

In computer programming, a flag field is an integer interpreted as a sequence of boolean bits, each called a "flag". A single flag has two possible states: 0, representing "false" or "off", and 1, representing "true" or "on".
Flags are typically found as members of a defined data structure, such as a database record, and the meaning of the value contained in a flag will generally be defined in relation to the data structure it is part of. In many cases, the binary value of a flag will be understood to represent one of several possible states or statuses. In other cases, the binary values may represent one or more attributes in a bit field, often related to abilities or permissions, such as "can be written to" or "can be deleted". However, there are many other possible meanings that can be assigned to flag values. One common use of flags is to mark or designate data structures for future processing.
Within microprocessors and other logic devices, flags are commonly used to control or indicate the intermediate or final state or outcome of different operations. Microprocessors typically have, for example, a status register that is composed of such flags, and the flags are used to indicate various post-operation conditions, such as when there has been an arithmetic overflow. The flags can be utilized in subsequent operations, such as in processing conditional jump instructions. For example a ''je'' (Jump if Equal) instruction in the x86 assembly language will result in a jump if the Z (zero) flag was set by some previous operation.
A command-line switch is also known as a flag. Command line programs often start with an option parser that translates command line switches into flags in the sense of this article.
==Examples==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Flag field」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.